3.192 \(\int \frac{2+3 x^2}{x^2 \sqrt{3+5 x^2+x^4}} \, dx\)

Optimal. Leaf size=278 \[ \frac{\sqrt{\frac{3}{2 \left (5+\sqrt{13}\right )}} \sqrt{\frac{\left (5-\sqrt{13}\right ) x^2+6}{\left (5+\sqrt{13}\right ) x^2+6}} \left (\left (5+\sqrt{13}\right ) x^2+6\right ) \text{EllipticF}\left (\tan ^{-1}\left (\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} x\right ),\frac{1}{6} \left (5 \sqrt{13}-13\right )\right )}{\sqrt{x^4+5 x^2+3}}+\frac{x \left (2 x^2+\sqrt{13}+5\right )}{3 \sqrt{x^4+5 x^2+3}}-\frac{2 \sqrt{x^4+5 x^2+3}}{3 x}-\frac{\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} \sqrt{\frac{\left (5-\sqrt{13}\right ) x^2+6}{\left (5+\sqrt{13}\right ) x^2+6}} \left (\left (5+\sqrt{13}\right ) x^2+6\right ) E\left (\tan ^{-1}\left (\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} x\right )|\frac{1}{6} \left (-13+5 \sqrt{13}\right )\right )}{3 \sqrt{x^4+5 x^2+3}} \]

[Out]

(x*(5 + Sqrt[13] + 2*x^2))/(3*Sqrt[3 + 5*x^2 + x^4]) - (2*Sqrt[3 + 5*x^2 + x^4])/(3*x) - (Sqrt[(5 + Sqrt[13])/
6]*Sqrt[(6 + (5 - Sqrt[13])*x^2)/(6 + (5 + Sqrt[13])*x^2)]*(6 + (5 + Sqrt[13])*x^2)*EllipticE[ArcTan[Sqrt[(5 +
 Sqrt[13])/6]*x], (-13 + 5*Sqrt[13])/6])/(3*Sqrt[3 + 5*x^2 + x^4]) + (Sqrt[3/(2*(5 + Sqrt[13]))]*Sqrt[(6 + (5
- Sqrt[13])*x^2)/(6 + (5 + Sqrt[13])*x^2)]*(6 + (5 + Sqrt[13])*x^2)*EllipticF[ArcTan[Sqrt[(5 + Sqrt[13])/6]*x]
, (-13 + 5*Sqrt[13])/6])/Sqrt[3 + 5*x^2 + x^4]

________________________________________________________________________________________

Rubi [A]  time = 0.122658, antiderivative size = 278, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.16, Rules used = {1281, 1189, 1099, 1135} \[ \frac{x \left (2 x^2+\sqrt{13}+5\right )}{3 \sqrt{x^4+5 x^2+3}}-\frac{2 \sqrt{x^4+5 x^2+3}}{3 x}+\frac{\sqrt{\frac{3}{2 \left (5+\sqrt{13}\right )}} \sqrt{\frac{\left (5-\sqrt{13}\right ) x^2+6}{\left (5+\sqrt{13}\right ) x^2+6}} \left (\left (5+\sqrt{13}\right ) x^2+6\right ) F\left (\tan ^{-1}\left (\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} x\right )|\frac{1}{6} \left (-13+5 \sqrt{13}\right )\right )}{\sqrt{x^4+5 x^2+3}}-\frac{\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} \sqrt{\frac{\left (5-\sqrt{13}\right ) x^2+6}{\left (5+\sqrt{13}\right ) x^2+6}} \left (\left (5+\sqrt{13}\right ) x^2+6\right ) E\left (\tan ^{-1}\left (\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} x\right )|\frac{1}{6} \left (-13+5 \sqrt{13}\right )\right )}{3 \sqrt{x^4+5 x^2+3}} \]

Antiderivative was successfully verified.

[In]

Int[(2 + 3*x^2)/(x^2*Sqrt[3 + 5*x^2 + x^4]),x]

[Out]

(x*(5 + Sqrt[13] + 2*x^2))/(3*Sqrt[3 + 5*x^2 + x^4]) - (2*Sqrt[3 + 5*x^2 + x^4])/(3*x) - (Sqrt[(5 + Sqrt[13])/
6]*Sqrt[(6 + (5 - Sqrt[13])*x^2)/(6 + (5 + Sqrt[13])*x^2)]*(6 + (5 + Sqrt[13])*x^2)*EllipticE[ArcTan[Sqrt[(5 +
 Sqrt[13])/6]*x], (-13 + 5*Sqrt[13])/6])/(3*Sqrt[3 + 5*x^2 + x^4]) + (Sqrt[3/(2*(5 + Sqrt[13]))]*Sqrt[(6 + (5
- Sqrt[13])*x^2)/(6 + (5 + Sqrt[13])*x^2)]*(6 + (5 + Sqrt[13])*x^2)*EllipticF[ArcTan[Sqrt[(5 + Sqrt[13])/6]*x]
, (-13 + 5*Sqrt[13])/6])/Sqrt[3 + 5*x^2 + x^4]

Rule 1281

Int[((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> Simp[(d*(
f*x)^(m + 1)*(a + b*x^2 + c*x^4)^(p + 1))/(a*f*(m + 1)), x] + Dist[1/(a*f^2*(m + 1)), Int[(f*x)^(m + 2)*(a + b
*x^2 + c*x^4)^p*Simp[a*e*(m + 1) - b*d*(m + 2*p + 3) - c*d*(m + 4*p + 5)*x^2, x], x], x] /; FreeQ[{a, b, c, d,
 e, f, p}, x] && NeQ[b^2 - 4*a*c, 0] && LtQ[m, -1] && IntegerQ[2*p] && (IntegerQ[p] || IntegerQ[m])

Rule 1189

Int[((d_) + (e_.)*(x_)^2)/Sqrt[(a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}
, Dist[d, Int[1/Sqrt[a + b*x^2 + c*x^4], x], x] + Dist[e, Int[x^2/Sqrt[a + b*x^2 + c*x^4], x], x] /; PosQ[(b +
 q)/a] || PosQ[(b - q)/a]] /; FreeQ[{a, b, c, d, e}, x] && GtQ[b^2 - 4*a*c, 0]

Rule 1099

Int[1/Sqrt[(a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Simp[((2*a + (b +
q)*x^2)*Sqrt[(2*a + (b - q)*x^2)/(2*a + (b + q)*x^2)]*EllipticF[ArcTan[Rt[(b + q)/(2*a), 2]*x], (2*q)/(b + q)]
)/(2*a*Rt[(b + q)/(2*a), 2]*Sqrt[a + b*x^2 + c*x^4]), x] /; PosQ[(b + q)/a] &&  !(PosQ[(b - q)/a] && SimplerSq
rtQ[(b - q)/(2*a), (b + q)/(2*a)])] /; FreeQ[{a, b, c}, x] && GtQ[b^2 - 4*a*c, 0]

Rule 1135

Int[(x_)^2/Sqrt[(a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4], x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Simp[(x*(b +
q + 2*c*x^2))/(2*c*Sqrt[a + b*x^2 + c*x^4]), x] - Simp[(Rt[(b + q)/(2*a), 2]*(2*a + (b + q)*x^2)*Sqrt[(2*a + (
b - q)*x^2)/(2*a + (b + q)*x^2)]*EllipticE[ArcTan[Rt[(b + q)/(2*a), 2]*x], (2*q)/(b + q)])/(2*c*Sqrt[a + b*x^2
 + c*x^4]), x] /; PosQ[(b + q)/a] &&  !(PosQ[(b - q)/a] && SimplerSqrtQ[(b - q)/(2*a), (b + q)/(2*a)])] /; Fre
eQ[{a, b, c}, x] && GtQ[b^2 - 4*a*c, 0]

Rubi steps

\begin{align*} \int \frac{2+3 x^2}{x^2 \sqrt{3+5 x^2+x^4}} \, dx &=-\frac{2 \sqrt{3+5 x^2+x^4}}{3 x}-\frac{1}{3} \int \frac{-9-2 x^2}{\sqrt{3+5 x^2+x^4}} \, dx\\ &=-\frac{2 \sqrt{3+5 x^2+x^4}}{3 x}+\frac{2}{3} \int \frac{x^2}{\sqrt{3+5 x^2+x^4}} \, dx+3 \int \frac{1}{\sqrt{3+5 x^2+x^4}} \, dx\\ &=\frac{x \left (5+\sqrt{13}+2 x^2\right )}{3 \sqrt{3+5 x^2+x^4}}-\frac{2 \sqrt{3+5 x^2+x^4}}{3 x}-\frac{\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} \sqrt{\frac{6+\left (5-\sqrt{13}\right ) x^2}{6+\left (5+\sqrt{13}\right ) x^2}} \left (6+\left (5+\sqrt{13}\right ) x^2\right ) E\left (\tan ^{-1}\left (\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} x\right )|\frac{1}{6} \left (-13+5 \sqrt{13}\right )\right )}{3 \sqrt{3+5 x^2+x^4}}+\frac{\sqrt{\frac{3}{2 \left (5+\sqrt{13}\right )}} \sqrt{\frac{6+\left (5-\sqrt{13}\right ) x^2}{6+\left (5+\sqrt{13}\right ) x^2}} \left (6+\left (5+\sqrt{13}\right ) x^2\right ) F\left (\tan ^{-1}\left (\sqrt{\frac{1}{6} \left (5+\sqrt{13}\right )} x\right )|\frac{1}{6} \left (-13+5 \sqrt{13}\right )\right )}{\sqrt{3+5 x^2+x^4}}\\ \end{align*}

Mathematica [C]  time = 0.274852, size = 224, normalized size = 0.81 \[ \frac{-i \sqrt{2} \left (4+\sqrt{13}\right ) x \sqrt{\frac{-2 x^2+\sqrt{13}-5}{\sqrt{13}-5}} \sqrt{2 x^2+\sqrt{13}+5} \text{EllipticF}\left (i \sinh ^{-1}\left (\sqrt{\frac{2}{5+\sqrt{13}}} x\right ),\frac{19}{6}+\frac{5 \sqrt{13}}{6}\right )-4 \left (x^4+5 x^2+3\right )+i \sqrt{2} \left (\sqrt{13}-5\right ) x \sqrt{\frac{-2 x^2+\sqrt{13}-5}{\sqrt{13}-5}} \sqrt{2 x^2+\sqrt{13}+5} E\left (i \sinh ^{-1}\left (\sqrt{\frac{2}{5+\sqrt{13}}} x\right )|\frac{19}{6}+\frac{5 \sqrt{13}}{6}\right )}{6 x \sqrt{x^4+5 x^2+3}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(2 + 3*x^2)/(x^2*Sqrt[3 + 5*x^2 + x^4]),x]

[Out]

(-4*(3 + 5*x^2 + x^4) + I*Sqrt[2]*(-5 + Sqrt[13])*x*Sqrt[(-5 + Sqrt[13] - 2*x^2)/(-5 + Sqrt[13])]*Sqrt[5 + Sqr
t[13] + 2*x^2]*EllipticE[I*ArcSinh[Sqrt[2/(5 + Sqrt[13])]*x], 19/6 + (5*Sqrt[13])/6] - I*Sqrt[2]*(4 + Sqrt[13]
)*x*Sqrt[(-5 + Sqrt[13] - 2*x^2)/(-5 + Sqrt[13])]*Sqrt[5 + Sqrt[13] + 2*x^2]*EllipticF[I*ArcSinh[Sqrt[2/(5 + S
qrt[13])]*x], 19/6 + (5*Sqrt[13])/6])/(6*x*Sqrt[3 + 5*x^2 + x^4])

________________________________________________________________________________________

Maple [A]  time = 0.017, size = 211, normalized size = 0.8 \begin{align*} 18\,{\frac{\sqrt{1- \left ( -5/6+1/6\,\sqrt{13} \right ){x}^{2}}\sqrt{1- \left ( -5/6-1/6\,\sqrt{13} \right ){x}^{2}}{\it EllipticF} \left ( 1/6\,x\sqrt{-30+6\,\sqrt{13}},5/6\,\sqrt{3}+1/6\,\sqrt{39} \right ) }{\sqrt{-30+6\,\sqrt{13}}\sqrt{{x}^{4}+5\,{x}^{2}+3}}}-{\frac{2}{3\,x}\sqrt{{x}^{4}+5\,{x}^{2}+3}}-24\,{\frac{\sqrt{1- \left ( -5/6+1/6\,\sqrt{13} \right ){x}^{2}}\sqrt{1- \left ( -5/6-1/6\,\sqrt{13} \right ){x}^{2}} \left ({\it EllipticF} \left ( 1/6\,x\sqrt{-30+6\,\sqrt{13}},5/6\,\sqrt{3}+1/6\,\sqrt{39} \right ) -{\it EllipticE} \left ( 1/6\,x\sqrt{-30+6\,\sqrt{13}},5/6\,\sqrt{3}+1/6\,\sqrt{39} \right ) \right ) }{\sqrt{-30+6\,\sqrt{13}}\sqrt{{x}^{4}+5\,{x}^{2}+3} \left ( \sqrt{13}+5 \right ) }} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x^2+2)/x^2/(x^4+5*x^2+3)^(1/2),x)

[Out]

18/(-30+6*13^(1/2))^(1/2)*(1-(-5/6+1/6*13^(1/2))*x^2)^(1/2)*(1-(-5/6-1/6*13^(1/2))*x^2)^(1/2)/(x^4+5*x^2+3)^(1
/2)*EllipticF(1/6*x*(-30+6*13^(1/2))^(1/2),5/6*3^(1/2)+1/6*39^(1/2))-2/3*(x^4+5*x^2+3)^(1/2)/x-24/(-30+6*13^(1
/2))^(1/2)*(1-(-5/6+1/6*13^(1/2))*x^2)^(1/2)*(1-(-5/6-1/6*13^(1/2))*x^2)^(1/2)/(x^4+5*x^2+3)^(1/2)/(13^(1/2)+5
)*(EllipticF(1/6*x*(-30+6*13^(1/2))^(1/2),5/6*3^(1/2)+1/6*39^(1/2))-EllipticE(1/6*x*(-30+6*13^(1/2))^(1/2),5/6
*3^(1/2)+1/6*39^(1/2)))

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{3 \, x^{2} + 2}{\sqrt{x^{4} + 5 \, x^{2} + 3} x^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3*x^2+2)/x^2/(x^4+5*x^2+3)^(1/2),x, algorithm="maxima")

[Out]

integrate((3*x^2 + 2)/(sqrt(x^4 + 5*x^2 + 3)*x^2), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{x^{4} + 5 \, x^{2} + 3}{\left (3 \, x^{2} + 2\right )}}{x^{6} + 5 \, x^{4} + 3 \, x^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3*x^2+2)/x^2/(x^4+5*x^2+3)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(x^4 + 5*x^2 + 3)*(3*x^2 + 2)/(x^6 + 5*x^4 + 3*x^2), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{3 x^{2} + 2}{x^{2} \sqrt{x^{4} + 5 x^{2} + 3}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3*x**2+2)/x**2/(x**4+5*x**2+3)**(1/2),x)

[Out]

Integral((3*x**2 + 2)/(x**2*sqrt(x**4 + 5*x**2 + 3)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{3 \, x^{2} + 2}{\sqrt{x^{4} + 5 \, x^{2} + 3} x^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3*x^2+2)/x^2/(x^4+5*x^2+3)^(1/2),x, algorithm="giac")

[Out]

integrate((3*x^2 + 2)/(sqrt(x^4 + 5*x^2 + 3)*x^2), x)